--------------------------------------------------------
INSTALLATION TUTORIAL

To install the lifebars:

1. Download all contents, and transfer to the "data" folder (Make sure all contents are in a folder called "TQOH_lifebar")

2. Open "system.def" and look for the line with "fight = fight.def" and change it to: 

	- fight = ../TQOH_lifebar/fight_43_default.def (4:3 resolution, default portraits)
	- fight = ../TQOH_lifebar/fight_43_custom.def (4:3 resolution, custom portraits)
	- fight = ../TQOH_lifebar/fight_169_default.def (Widescreen resolution, default portraits)
	- fight = ../TQOH_lifebar/fight_169_custom.def (Widescreen resolution, custom portraits)

3. Open "config.ini" in your save folder, open it an look for "data/action.zss", replace it with "data/TQOH_lifebar/action.zss"

4. To add PoTS' dash cancel and active tag:
	- add "data/TQOH_lifebar/dashcancel.zss" to the "States" line
	- replace "data/tag.zss" with "data/TQOH_lifebar/activetag.zss"

And you're all set, enjoy the lifebars

--------------------------------------------------------
CUSTOM "HARD KNOCKDOWN" MESSAGES FOR POTS CHARS

To make PoTS chars use my custom "H. Knockdown" message:

1. Look at the "states" folder and find a "zss" file (It must have "zss" written on the file name)

2. Find for a line that says "lifebaraction{text: "Hard Knockdown"; top: 1; redirectID: p2, ID}", and replace it with

	- lifebaraction{spr: 1401,0; top: 1; redirectID: p2, ID}

--------------------------------------------------------
CUSTOM PORTRAITS

A folder with custom portraits of several characters is available. More information about it can be found in the "TQH0 Read-me" file

--------------------------------------------------------
CUSTOM MESSAGES

If you have some experience with zss and know how to create custom action messages, you may use my custom made action messages
Below are all the group numbers of the custom messages I made.

	- 1401-0 = Hard Knockdown
	- 1402-0 = Dash Cancel
	- 1403-0 = Super Cancel
	- 1404-0 = Burnout
	- 1405-0 = Dash Cancel Ready

--------------------------------------------------------
Credits:
Shiyo Kakuge (Original lifebars)
SLAY3R (Vanilla Mugen port)
All the people who gave feedback and reported bugs